const net/http.http2ErrCodeProtocol

58 uses

	net/http (current package)
		h2_bundle.go#L1173: 	http2ErrCodeProtocol           http2ErrCode = 0x1
		h2_bundle.go#L1190: 	http2ErrCodeProtocol:           "PROTOCOL_ERROR",
		h2_bundle.go#L1882: 			return fr.connError(http2ErrCodeProtocol,
		h2_bundle.go#L1888: 			return fr.connError(http2ErrCodeProtocol,
		h2_bundle.go#L1893: 		return fr.connError(http2ErrCodeProtocol, fmt.Sprintf("unexpected CONTINUATION for stream %d", fh.StreamID))
		h2_bundle.go#L1937: 		return nil, http2connError{http2ErrCodeProtocol, "DATA frame with stream ID 0"}
		h2_bundle.go#L1957: 		return nil, http2connError{http2ErrCodeProtocol, "pad size larger than data payload"}
		h2_bundle.go#L2059: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2187: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2225: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2290: 			return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2293: 		return nil, http2streamError(fh.StreamID, http2ErrCodeProtocol)
		h2_bundle.go#L2353: 		return nil, http2connError{http2ErrCodeProtocol, "HEADERS frame with stream ID 0"}
		h2_bundle.go#L2379: 		return nil, http2streamError(fh.StreamID, http2ErrCodeProtocol)
		h2_bundle.go#L2488: 		return nil, http2connError{http2ErrCodeProtocol, "PRIORITY frame with stream ID 0"}
		h2_bundle.go#L2541: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2569: 		return nil, http2connError{http2ErrCodeProtocol, "CONTINUATION frame with stream ID 0"}
		h2_bundle.go#L2629: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2651: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2927: 		return nil, http2StreamError{mh.StreamID, http2ErrCodeProtocol, invalid}
		h2_bundle.go#L2934: 		return nil, http2StreamError{mh.StreamID, http2ErrCodeProtocol, err}
		h2_bundle.go#L3340: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L3348: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L5138: 			return sc.countError("first_settings", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5163: 		return sc.countError("push_promise", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5183: 		return sc.countError("ping_on_stream", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5202: 			return sc.countError("stream_idle", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5234: 		return sc.countError("reset_idle_stream", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5286: 			return sc.countError("ack_mystery", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5294: 		return sc.countError("settings_big_or_dups", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5394: 		return sc.countError("data_on_idle", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5436: 		return sc.countError("send_too_much", http2streamError(id, http2ErrCodeProtocol))
		h2_bundle.go#L5535: 		return sc.countError("headers_even", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5563: 		return sc.countError("stream_went_down", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5580: 			return sc.countError("over_max_streams", http2streamError(id, http2ErrCodeProtocol))
		h2_bundle.go#L5641: 		return sc.countError("dup_trailers", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5645: 		return sc.countError("trailers_not_ended", http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L5649: 		return sc.countError("trailers_pseudo", http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L5658: 				return sc.countError("trailers_bogus", http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L5673: 		return sc.countError("priority", http2streamError(streamID, http2ErrCodeProtocol))
		h2_bundle.go#L5739: 			return nil, nil, sc.countError("bad_connect", http2streamError(f.StreamID, http2ErrCodeProtocol))
		h2_bundle.go#L5752: 		return nil, nil, sc.countError("bad_path_method", http2streamError(f.StreamID, http2ErrCodeProtocol))
		h2_bundle.go#L5758: 		return nil, nil, sc.countError("head_body", http2streamError(f.StreamID, http2ErrCodeProtocol))
		h2_bundle.go#L5841: 			return nil, nil, sc.countError("bad_path", http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L7294: 		if se.Code == http2ErrCodeProtocol && se.Cause == http2errFromPeer {
		h2_bundle.go#L8840: 				return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L8885: 			Code:     http2ErrCodeProtocol,
		h2_bundle.go#L8914: 			Code:     http2ErrCodeProtocol,
		h2_bundle.go#L9060: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L9066: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L9071: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L9207: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L9231: 			Code:     http2ErrCodeProtocol,
		h2_bundle.go#L9239: 			Code:     http2ErrCodeProtocol,
		h2_bundle.go#L9248: 				Code:     http2ErrCodeProtocol,
		h2_bundle.go#L9391: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L9476: 	if f.ErrCode == http2ErrCodeProtocol {
		h2_bundle.go#L9561: 	return http2ConnectionError(http2ErrCodeProtocol)